home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / channel < prev    next >
Text File  |  2006-05-02  |  1KB  |  28 lines

  1.  
  2. CHANNEL LIST%|
  3. CHANNEL ADD %|[-auto | -noauto] [-bots <masks>] [-botcmd <command>] <channel> <network> [<password>]
  4. CHANNEL REMOVE %|<channel> <network>
  5.  
  6. Irssi can automatically join to specified channels in specified IRC networks. It can also automatically send the password when manually joining to channel without specifying the password.
  7.  
  8. /CHANNEL ADD [-auto | -noauto] [-bots <masks>] [-botcmd <command>]
  9.              <channel> <network> [<password>]
  10.  
  11. With -bots and -botcmd arguments you can automatically send commands to someone in channel. This is useful for automatically getting ops for channels, for example
  12.  
  13. /CHANNEL ADD -auto -bots "*!bot@bothost.org bot*!*@host2.org"
  14.              -botcmd "msg $0 op mypass" #channel ircnet
  15.  
  16. You can also use the -botcmd without -bots argument. The command is then sent whenever you join the channel.
  17.  
  18. If you want to remove some settings from existing channel record, for example bots, just give the -bots "" parameters to it. Password can be removed by setting it to - (or actually, "" works too).
  19.  
  20. You can remove the channels with /CHANNEL REMOVE <channel> <network>
  21.  
  22. /CHANNEL LIST displays list of channels with settings.
  23.  
  24. /CHANNEL without any arguments displays list of channels you have joined. You can also use /CHANNEL to join to channels just as with /JOIN, like /CHANNEL #a.
  25.  
  26. See also: TS, JOIN
  27.  
  28.